-
Notifications
You must be signed in to change notification settings - Fork 82
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add 'dotnet new' templates for NoTargets and Traversal #529
base: main
Are you sure you want to change the base?
Conversation
f732bcb
to
1b20fd1
Compare
Friendly ping here. I fully expect this review to take a couple of rounds to get the directory layout the way maintainers want, so any help / guidance is very appreciated. Thanks! |
@AndyGerlicher has assumed ownership of this repo |
Just FYI discussing this internally with the MSBuild team. I want to make sure this aligns with their vision before we make this change. Sorry for the delay! |
Hi there! Friendly ping here. Any updates, or concerns / issues I can help address? Thanks! |
Fixes #472
Add two new projects:
Microsoft.Build.NoTargets.Templates
andMicrosoft.Build.Traversal.Templates
that each publish a NuGet package that can be installed / used viadotnet new
.I wasn't quite sure how best to structure the project, so feedback is appreciated. Some things to consider:
.msbuildproj
extension. If we should use.proj
, or if there's a better extension to use please let me know.TargetFrameworkVersion
in the README from net462 to netstandard2.0, since that's compatible with both .NET Framework and .NET, and still supported (basically) everywhere.